type vendor/golang.org/x/text/unicode/norm.formInfo
6 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L104: f formInfo
forminfo.go#L54: type formInfo struct {
forminfo.go#L61: var formTable = []*formInfo{{
normalize.go#L304: func (f *formInfo) quickSpan(src input, i, end int, atEOF bool) (n int, ok bool) {
normalize.go#L462: func lastBoundary(fd *formInfo, b []byte) int {
normalize.go#L556: func lastRuneStart(fd *formInfo, buf []byte) (Properties, int) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |